In log4j, output INFO logs of classes only from your package.

Been awhile since I’ve been using log4j for most of my projects. I wanted to output INFO statements only from my package and block log statements from all other packages i was using. Using the following log4j.properties you will see only ERROR statements from other packages and INFO statements from your package. #Give root logger ERROR level, … Continue reading In log4j, output INFO logs of classes only from your package.